Welcome![Sign In][Sign Up]
Location:
Search - serial modbus rtu

Search list

[Communication-Mobilemodbus simulator

Description: 用c++编写的MODBUS Serial RTU Simulator,效果很不错-MODBUS Serial RTU Simulator ,code is c++!
Platform: | Size: 784384 | Author: 李瑶 | Hits:

[Program docModbus协议规范修改稿

Description: 非常详细的modbus规范介绍,有串口的也有基于tcp的。。。。一书在手,modebus不用愁。。。。MODBUS标准分为三部分。第一部分(“Modbus协议规范”)描述了MODBUS事物处理。第二部分(“MODBUS报文传输在TCP/IP上的实现指南”)提供了一个有助于开发者实现TCP/IP上的MODBUS应用层的参考信息。第三部分(“MODBUS报文传输在串行链路上的实现指南”)提供了一个有助于开发者实现串行链路上的MODBUS应用层的参考信息。-very detailed Modbus standard, a serial port is based on the tcp. . . . A book in hand, do not have to worry about modebus. . . . MODBUS divided into three parts. The first part ( "Modbus protocol specification") describes the MODBUS handle things. The second part ( "MODBUS Packet Transmission in TCP/IP Implementation Guide"), provides a help developers to implement TCP/IP on the application layer MODBUS reference information. The third part ( "MODBUS Packet Transmission in the serial link achieve Guide"), provides a help developers achieve serial MODBUS link on the application layer of reference information.
Platform: | Size: 1291264 | Author: 王继东 | Hits:

[Communication流量监控软件

Description: 串行通信协议为Modbus RTU协议;带ACCESS数据库存储,查询操作;具有报表打印功能-serial communication protocol to Modbus RTU protocol; With ACCESS database storage, query operation; printing with statements
Platform: | Size: 485376 | Author: 冀朝阳 | Hits:

[SCMSoftIO_COM

Description: 经过改进的IO模拟串口程序源码,它可以实现MODBUS RTU的功能!对需要使用普通IO来增加串口的朋友非常有用,其中通讯部分来自网上.-improved procedures Serial IO simulation source code, It can be achieved MODBUS RTU functions! the need to use ordinary serial IO to increase friend is very useful. Communications from some of them online.
Platform: | Size: 2048 | Author: 邹吉文 | Hits:

[Other systemssc2000-14

Description: 一个完整的RTU程序源码,用DOS平台,支持16串口,在天津港用的很多,8个规约103,modbus,cdt,1801,u4f-a complete source RTU procedures, and DOS platforms, support 16 serial, in the Tianjin Port many, 8 Statute 103, modbus connection, cdt, 1801, u4f
Platform: | Size: 419840 | Author: dsg | Hits:

[Com PortRTU_SIMULATOR

Description: Modbus RTU simulator,使用visual C++编写,相当不错。支持modbus over serial,modbus over TCP/IP, 相当不错。-Modbus RTU simulator, the use of visual C++ Prepared, quite good. Support modbus over serial, modbus over TCP/IP, quite good.
Platform: | Size: 1074176 | Author: QQWang | Hits:

[Linux-Unixmodbus

Description: modbus rtu协议 linux 平台的实现.读取相关配置文件信息.通过串口发送数据.-modbus rtu protocol linux platform. read the configuration file information. send data through serial port.
Platform: | Size: 220160 | Author: Daniel | Hits:

[Communicationmodbusslave4.3crack(exeonly)

Description: Modbus RTU/TCP Slave 仿真器破解版。方便相关应用的开发。-Modbus RTU/TCP Slave emulator cracked version. Facilitate the development of related applications.
Platform: | Size: 250880 | Author: jameschen | Hits:

[Com Portmodbus

Description: 这个程序是利用VC编写的一个从机串口响应modbus查询命令程序,实现RTU方式,3.5和1.5个字符时间检测,CRC和LRC校验。-This program is written using VC as a response from the machine serial modbus query command procedure, to achieve RTU mode, 3.5 and 1.5 characters time detection, CRC and LRC check.
Platform: | Size: 1916928 | Author: Nancy | Hits:

[ARM-PowerPC-ColdFire-MIPScortex-m3-modbus-rtu-slave

Description: routines to manage by polling a serial (RS232) node Modbus RTU slave. The microcontroller on which it was implemented is LPC1768. The routine for performing the CRC16 checksum is very small and very fast. MODBUS-SLAVE is complete. VERY INTERESTING.
Platform: | Size: 8192 | Author: lupus | Hits:

[Com PortVB-MODBUS-RTU

Description: 自己编写的基于电脑串口的MODBUS RTU通信-I have written a computer-based serial MODBUS RTU communication
Platform: | Size: 9216 | Author: 毕搭棚 | Hits:

[SCMModbus-RTU-host-application

Description: Modbus RTU 模式,MCU做主机串口发送数据,使用C51编写,使用KEIL打开即可调试-Modbus RTU mode, the MCU to do the host a serial port to send data and the use of C51 written, use KEIL open can debug
Platform: | Size: 7168 | Author: 刘生 | Hits:

[Software EngineeringModbus-RTU

Description: modbus-rtu通信协议串口通讯 及Modbus协议规范(修改)-MODBUS-RTU communication protocol serial communication and Modbus protocol specification (Revised)
Platform: | Size: 1298432 | Author: chen chen | Hits:

[ARM-PowerPC-ColdFire-MIPSstm32f4-serial-modbus-rtu-mems.hex

Description: stm32f4-serial-modbus-rtu-mems.hex
Platform: | Size: 24576 | Author: BUIHUY | Hits:

[Com Portstm32f4-serial-modbus-rtu-step1.hex

Description: stm32f4-serial-modbus-rtu-step1.hex
Platform: | Size: 20480 | Author: BUIHUY | Hits:

[Com PortEJ1+CP1H无协议(Modbus-RTU)读PV写SP

Description: MODBUS RTU通讯程序,通用串行口读写程序(MODBUS RTU communication program, universal serial port read and write procedures)
Platform: | Size: 168960 | Author: 隆华 | Hits:

[CommunicationModbus解析DEMO_Delphi7

Description: 不借助其它底层Modbus控件,直接操作底层通讯代码,实现Modbus读写“保持寄存器”数据,支持串口通讯、TCP通讯两种方式。代码只作演示,可做进一步封装,也可稍作修改,用于非标准的Modbus通讯。本代码使用了一个第三方控件SPComm,开发测试环境为Delphi7+Win7,我一直想摆脱Modbus控件(MBAXP Modbus Master ActiveX Control ),最近自己开发了这个DEMO,分享给大家。(Without other underlying Modbus controls, the direct operation of the underlying communication code, the realization of Modbus read and write, "keep register" data, support for serial communication, TCP communication two ways. The code is for demonstration only, can be further encapsulated, and can be modified slightly for nonstandard Modbus communications. This code uses a third party control SPComm, development test environment for Delphi7+Win7, I always want to get rid of Modbus control (MBAXP Modbus Master ActiveX Control ) recently developed this DEMO and shared it with you.)
Platform: | Size: 264192 | Author: tao60 | Hits:

[DocumentsMODBUS

Description: MODBUS通讯协议标准详细说明,中文版本。(Modbus is a serial communications protocol originally published by Modicon (now Schneider Electric) in 1979 for use with its programmable logic controllers (PLCs). Modbus has become a factory standard communication protocol and is now a commonly available means of connecting industrial electronic devices. Here is the chinese version.)
Platform: | Size: 1044480 | Author: calvin_zzu | Hits:

[Embeded-SCM Develop85097179Modbus-RTU

Description: 实现STM32的MODBUS_RTU串口通讯(MODBUS_RTU Serial Communication for STM32)
Platform: | Size: 49152 | Author: 鲲鲲 | Hits:

[SCM51-uart

Description: 89c52 89c51系统单片机 串口 485 MODBUS RTU协议 从机 程序 ,已通过实验(89c52 89c51 system microcontroller serial 485 MODBUS RTU protocol the program, has passed the test)
Platform: | Size: 60416 | Author: 魔右手 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net